Overview:
Stanford iOS tutorials contains an implementation (header + implementation file) to help use the table view while using core data.
link – http://www.stanford.edu/class/cs193p/cgi-bin/drupal/downloads-2011-fall
File Name – CoreDataTableViewController.zip (contains the below mentioned 2 files)
- CoreDataTableViewController.h
- CoreDataTableViewController.m
It contains the following text in both the files:
// CoreDataTableViewController.h
//
// Created for Stanford CS193p Fall 2011.
// Copyright 2011 Stanford University. All rights reserved.
Question
- can I use the 2 files in my iOS app ?
- should I check with someone from stanford ?
- should I leave the above mentioned comments as it is ?
Well the page you downloaded them from has this:
“This work by Stanford University is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License.”
So you can use it for research & learning, but not for commercial purposes.
Here’s more detail on that licence:
http://creativecommons.org/licenses/by-nc-sa/3.0/us/