Changeset 4


Ignore:
Timestamp:
05/11/2012 04:19:41 PM (14 years ago)
Author:
David Owen <david.owen@…>
branch-nick:
schema
revision id:
david.owen@canonical.com-20120511161941-zljgshfs79dio6uh
Message:

Be more explicit about where the copyright applies

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • COPYRIGHT.txt

    r2 r4  
    77
    88CLARIFICATIONS
     9
     10The copyright applies to only the following files:
     11
     12  current
     13  retry
     14  snapshot
     15  start
     16  upgrade
    917
    1018Including this work alongside another work creates a collective work,
  • current

    r1 r4  
    11#!/bin/sh
     2
     3# Copyright (c) 2012 David Owen <dsowen@fugue88.ws>
     4# Licensed under the Academic Free License version 3.0.
    25
    36DB=`cat db`
  • retry

    r3 r4  
    11#!/bin/bash
     2
     3# Copyright (c) 2012 David Owen <dsowen@fugue88.ws>
     4# Licensed under the Academic Free License version 3.0.
    25
    36DB=$(cat db)
  • snapshot

    r1 r4  
    11#!/bin/sh
     2
     3# Copyright (c) 2012 David Owen <dsowen@fugue88.ws>
     4# Licensed under the Academic Free License version 3.0.
    25
    36DB=`cat db`
  • start

    r3 r4  
    11#!/bin/bash
    22
     3# Copyright (c) 2012 David Owen <dsowen@fugue88.ws>
     4# Licensed under the Academic Free License version 3.0.
     5
    36pg_dump -f base.sql $(cat db)
  • upgrade

    r1 r4  
    11#!/bin/bash
     2
     3# Copyright (c) 2012 David Owen <dsowen@fugue88.ws>
     4# Licensed under the Academic Free License version 3.0.
    25
    36DB=`cat db`
Note: See TracChangeset for help on using the changeset viewer.