diff options
author | badlop <badlop@ono.com> | 2014-04-11 13:35:46 +0200 |
---|---|---|
committer | badlop <badlop@ono.com> | 2014-04-11 13:35:46 +0200 |
commit | 285c4c17cfebf42b11e5039f0e3df3071eba1c10 (patch) | |
tree | 3be4db5c4a255984cf86649a807347ad05230d60 /sql | |
parent | Pretty print accepted transport address (diff) | |
parent | Update FSF address (diff) |
Merge pull request #146 from jamielinux/master
Update FSF address
Diffstat (limited to 'sql')
-rw-r--r-- | sql/mssql2000.sql | 7 | ||||
-rw-r--r-- | sql/mssql2005.sql | 7 | ||||
-rw-r--r-- | sql/mssql2012.sql | 7 | ||||
-rw-r--r-- | sql/mysql.sql | 7 | ||||
-rw-r--r-- | sql/pg.sql | 7 |
5 files changed, 15 insertions, 20 deletions
diff --git a/sql/mssql2000.sql b/sql/mssql2000.sql index b167eb96b..d052c6209 100644 --- a/sql/mssql2000.sql +++ b/sql/mssql2000.sql @@ -11,10 +11,9 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- * 02111-1307 USA
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
*/
diff --git a/sql/mssql2005.sql b/sql/mssql2005.sql index 56021ce81..b2f03b258 100644 --- a/sql/mssql2005.sql +++ b/sql/mssql2005.sql @@ -11,10 +11,9 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - * 02111-1307 USA + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * */ diff --git a/sql/mssql2012.sql b/sql/mssql2012.sql index 8e06a650e..928f92a7b 100644 --- a/sql/mssql2012.sql +++ b/sql/mssql2012.sql @@ -11,10 +11,9 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - * 02111-1307 USA + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * */ diff --git a/sql/mysql.sql b/sql/mysql.sql index fe473c9db..7871d4534 100644 --- a/sql/mysql.sql +++ b/sql/mysql.sql @@ -11,10 +11,9 @@ -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -- General Public License for more details. -- --- You should have received a copy of the GNU General Public License --- along with this program; if not, write to the Free Software --- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA --- 02111-1307 USA +-- You should have received a copy of the GNU General Public License along +-- with this program; if not, write to the Free Software Foundation, Inc., +-- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -- CREATE TABLE users ( diff --git a/sql/pg.sql b/sql/pg.sql index bc66436ac..aa87678ac 100644 --- a/sql/pg.sql +++ b/sql/pg.sql @@ -11,10 +11,9 @@ -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -- General Public License for more details. -- --- You should have received a copy of the GNU General Public License --- along with this program; if not, write to the Free Software --- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA --- 02111-1307 USA +-- You should have received a copy of the GNU General Public License along +-- with this program; if not, write to the Free Software Foundation, Inc., +-- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -- CREATE TABLE users ( |